home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / minicomp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  744 b   |  18 lines

  1. //----------------------------------------------------------------------------
  2. //Borland C++Builder
  3. //Copyright (c) 1987, 1998 Borland International Inc. All Rights Reserved.
  4. //----------------------------------------------------------------------------
  5. //-------------------------------------------------------------------------
  6. //    minicomp.h - uses the TCounter example component
  7. //-------------------------------------------------------------------------
  8. #include "counter.h"
  9. //-------------------------------------------------------------------------
  10. class TExample
  11. {
  12. private:
  13.   void MultipleReached(TCounter *Sender);
  14. public:
  15.   TExample();
  16. };
  17. //-------------------------------------------------------------------------
  18.